RegistryItem.KeyType Function

Returns an Integer. Returns the key type for the key located at the index.

Syntax

result = RegistryItem.KeyType( Index )

Parameters

Index

Integer

Return Value

Result

Integer

Notes

Possible values are:

Unsupported key = -1,

REG_SZ and REG_EXPAND_SZ = 0,

REG_DWORD = 1,

REG_BINARY = 2,

REG_MULTI_SZ = 3